home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1997 February / Computer Life February 1997.iso / S / wws9530 / Product / WORDSRCH.EXE / 0 / RCDATA / TCDROMOFFER / TCDROMOFFER.txt
Text File  |  1996-03-09  |  3KB  |  122 lines

  1. object CDROMOffer: TCDROMOffer
  2.   Left = 311
  3.   Top = 155
  4.   BorderStyle = bsDialog
  5.   Caption = 'CD-ROM'
  6.   ClientHeight = 410
  7.   ClientWidth = 481
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   TextHeight = 19
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 465
  21.     Height = 77
  22.     AutoSize = False
  23.     Caption = 
  24.       'Approximately every 3 months we produce a CD-Rom containing all ' +
  25.       'of our latest shareware evaluation products.  This includes both' +
  26.       ' our products and the products of Oakley Data Services as well a' +
  27.       's all available versions (DOS, Win 3.1, WIN 95, etc).'
  28.     Font.Color = clBlack
  29.     Font.Height = -15
  30.     Font.Name = 'Arial'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object Label2: TLabel
  35.     Left = 8
  36.     Top = 92
  37.     Width = 465
  38.     Height = 61
  39.     AutoSize = False
  40.     Caption = 
  41.       'We include a copy of this CD-Rom FREE with all orders placed dir' +
  42.       'ectly with Insight Software Solutions.  Our UK distributors, Oak' +
  43.       'ley Data Services, provides a "Best of British Shareware" CD-Rom' +
  44.       '.  '
  45.     Font.Color = clBlack
  46.     Font.Height = -15
  47.     Font.Name = 'Arial'
  48.     Font.Style = []
  49.     ParentFont = False
  50.   end
  51.   object Label3: TLabel
  52.     Left = 8
  53.     Top = 160
  54.     Width = 465
  55.     Height = 77
  56.     AutoSize = False
  57.     Caption = 
  58.       'Alternatively, we offer our CD-Rom for a $5.00 shipping and hand' +
  59.       'ling fee.  Simply give us a call at 801-295-1890 to order.  Or y' +
  60.       'ou may write us at Insight Software Solutions, Inc., P.O. Box 35' +
  61.       '4, Bountiful, UT 84011, USA and include payment. '
  62.     Font.Color = clBlack
  63.     Font.Height = -15
  64.     Font.Name = 'Arial'
  65.     Font.Style = []
  66.     ParentFont = False
  67.   end
  68.   object Label4: TLabel
  69.     Left = 8
  70.     Top = 244
  71.     Width = 465
  72.     Height = 41
  73.     AutoSize = False
  74.     Caption = 
  75.       'Checks must be in U.S. dollars drawn on a U.S. bank.  We can acc' +
  76.       'ept all major credit cards (VISA, MC, Amex, Discover).'
  77.     Font.Color = clBlack
  78.     Font.Height = -15
  79.     Font.Name = 'Arial'
  80.     Font.Style = []
  81.     ParentFont = False
  82.   end
  83.   object Label5: TLabel
  84.     Left = 8
  85.     Top = 340
  86.     Width = 465
  87.     Height = 25
  88.     Alignment = taCenter
  89.     AutoSize = False
  90.     Caption = 'We reserve the right to cancel this offer without prior notice.'
  91.     Font.Color = clNavy
  92.     Font.Height = -15
  93.     Font.Name = 'Arial'
  94.     Font.Style = []
  95.     ParentFont = False
  96.   end
  97.   object Label6: TLabel
  98.     Left = 8
  99.     Top = 292
  100.     Width = 465
  101.     Height = 41
  102.     AutoSize = False
  103.     Caption = 
  104.       'Please contact Oakley Data Services about ordering the "Best of ' +
  105.       'British Shareware" CD-Rom.'
  106.     Font.Color = clBlack
  107.     Font.Height = -15
  108.     Font.Name = 'Arial'
  109.     Font.Style = []
  110.     ParentFont = False
  111.   end
  112.   object OKButton: TButton
  113.     Left = 200
  114.     Top = 372
  115.     Width = 89
  116.     Height = 33
  117.     Caption = '&Ok'
  118.     TabOrder = 0
  119.     OnClick = OKButtonClick
  120.   end
  121. end
  122.